-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[swsssdk]: Update nomenclature: 'sswsdk' -> 'swsssdk' #445
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seems like there is build failure. |
Builds are expected to fail until sonic-net/sonic-py-swsssdk#4 is merged and the submodule pointer is updated. |
approved sonic-net/sonic-py-swsssdk#4 |
stcheng
approved these changes
Mar 30, 2017
Mellanox build failure seems to be a Jenkins issue, not related to changes in this PR, "Process leaked file descriptors." This should be safe to merge. |
lguohan
pushed a commit
that referenced
this pull request
Feb 4, 2019
- [config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (#445) - Revert "[config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (#445)" (#452) - [intfutil] add Asymmetric PFC status to 'show interface status' (#437) Signed-off-by: Mykola Faryma <[email protected]>
yxieca
pushed a commit
that referenced
this pull request
Feb 7, 2019
- [config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (#445) - Revert "[config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (#445)" (#452) - [intfutil] add Asymmetric PFC status to 'show interface status' (#437) Signed-off-by: Mykola Faryma <[email protected]>
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Apr 26, 2019
Submodule src/sonic-sairedis 74f0f44..d027eae: > [SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445) Submodule src/sonic-utilities 0f7e75c..9005508: > Bring queue storm status to 'pfcwd show stats' (sonic-net#500) Signed-off-by: Ying Xie <[email protected]>
lguohan
pushed a commit
that referenced
this pull request
Apr 26, 2019
Submodule src/sonic-sairedis 74f0f44..d027eae: > [SAI header] upgrade SAI header to version v1.3.7 (#445) Submodule src/sonic-utilities 0f7e75c..9005508: > Bring queue storm status to 'pfcwd show stats' (#500) Signed-off-by: Ying Xie <[email protected]>
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jun 27, 2019
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * 889e409 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * b614468 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * 1c3ff5c 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 21e737c 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * dbf86a7 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * aecfeac 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 4910be8 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * 1f5de84 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <[email protected]>
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jul 2, 2019
sonic-swss * 32d3297 2019-01-24 | use sai_stat_id_t for new SAI header file (sonic-net#769) sonic-sairedis * fdfcefd 2019-04-24 | [SAI] Advance submodule to v1.4.1 (sonic-net#450) (HEAD -> 201811, origin/201811) [Marian Pritsak] * 006df41 2019-02-27 | [vslib]: Add support of bitmap VNET (bmtor) SAI API (sonic-net#424) [Volodymyr Samotiy] * ec5e187 2019-04-23 | [SAI]: Move SAI pointer to v1.4 (sonic-net#447) [Shuotian Cheng] * 6b9c32e 2019-03-04 | [SAI] Update SAI pointer (sonic-net#431) [Stepan Blyshchak] * f078998 2019-02-22 | Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426) [Stepan Blyshchak] * 0540e59 2019-01-31 | Update SAI pointer (sonic-net#414) [Marian Pritsak] * 9084920 2019-01-18 | Update SAI pointer to latest master (sonic-net#408) [Marian Pritsak] * fbfe48b 2019-06-24 | Revert "[SAI header] upgrade SAI header to version v1.3.7 (sonic-net#445)" [Guohan Lu] Signed-off-by: Guohan Lu <[email protected]>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…el or portchannel members only when it is configured (sonic-net#277) (sonic-net#445)
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…ortchannel or portchannel members only when it is configured (sonic-net#277) (sonic-net#445)" (sonic-net#452) This reverts commit dc5d5c4.
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…n order (sonic-net#445) - Parse the column header to decide column ordering. - Extra column(s) will be ignored. Signed-off-by: Ying Xie <[email protected]>
qiluo-msft
added a commit
to qiluo-msft/sonic-buildimage
that referenced
this pull request
Jan 17, 2021
Includes commits: ``` 2f79bb4 2021-01-16 | Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446) [Qi Luo] fc64e3a 2021-01-12 | [dbconnector] protect db information with mutex (sonic-net#423) [Ying Xie] e8a03de 2021-01-12 | [ci]: use sonicbld pool (sonic-net#445) [lguohan] ```
4 tasks
tahmed-dev
added a commit
to tahmed-dev/sonic-buildimage
that referenced
this pull request
Jan 20, 2021
Update in thie change: 640a218 [packaging]: Add Support For Libboost v1.71.0 (sonic-net#449) 2f79bb4 Fix ConfigDBPipeConnector.get_config() implementation (sonic-net#446) fc64e3a [dbconnector] protect db information with mutex (sonic-net#423) e8a03de [ci]: use sonicbld pool (sonic-net#445) signed-off-by: Tamer Ahmed <[email protected]>
mssonicbld
added a commit
that referenced
this pull request
Mar 8, 2024
…D automatically (#18302) #### Why I did it src/sonic-platform-daemons ``` * 72e9a28 - (HEAD -> 202305, origin/202305) Enable periodic polling of TRANSCEIVER_FIRMWARE_INFO table in DomInfoUpdateTask (#443) (#445) (10 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is dependent upon the PR @ sonic-net/sonic-py-swsssdk#4.
sonic-py-swsssdk submodule will need to be updated before this PR can be merged.